home *** CD-ROM | disk | FTP | other *** search
/ Labatt Ice Clubber's Guide Tour / Labatt Ice Clubber's Guide Tour.iso / demo.exe / scripts / DefineButton2_347 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  1999-03-03  |  107 b   |  8 lines

  1. on(press){
  2.    tellTarget("../../indicator")
  3.    {
  4.       gotoAndStop("1");
  5.    }
  6.    gotoAndStop(21);
  7. }
  8.